@font-face {
  font-family: "MyFont";
  src: url("../fonts/MyFont-Regular.woff2") format("woff2");
  font-weight: 400;      /* обычный */
  font-style: normal;
}

@font-face {
  font-family: "MyFont";
  src: url("../fonts/MyFont-Bold.woff2") format("woff2");
  font-weight: 700;      /* жирный */
  font-style: normal;
}

@font-face {
  font-family: "MyFont";
  src: url("../fonts/MyFont-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;    /* курсив */
}

/* конец шаблона */

@font-face {
  font-family: "MultiroundPro";
  src: url("MultiroundPro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
	}

@font-face {
  font-family: "ComicHelvetic";
  src: url("ComicHelvetic_Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
	}

@font-face {
  font-family: "Klukva";
  src: url("Klukva.woff2") format("woff2");
  font-weight: 400;   
  font-style: normal;
}

@font-face {
  font-family: "RubikMonoOne";
  src: url("RubikMonoOne-Regular.woff2") format("woff2");
  font-weight: 400;   
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto_Condensed-Bold.woff2") format("woff2");
  font-weight: 400; 
  font-style: normal;
}